bootm: use new common function lmb_init_and_reserve
authorSimon Goldschmidt <[email protected]>
Mon, 14 Jan 2019 21:38:20 +0000 (22:38 +0100)
committerTom Rini <[email protected]>
Wed, 16 Jan 2019 21:37:06 +0000 (16:37 -0500)
commit5b978dab7b8b534e9bf50b97a875dbc9c15cfb54
tree8ee2574f752cb8e78406e9c72a7a75ec80ac9bca
parentaa3c609e2be5a837e7b81e308d47f55b67666bd6
bootm: use new common function lmb_init_and_reserve

This reduces duplicate code only.

Signed-off-by: Simon Goldschmidt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
common/bootm.c